feat(conventional_commits): Add exclamation on commit title for breaking change#1576
Merged
Lee-W merged 2 commits intocommitizen-tools:v4-9-2from Nov 8, 2025
Merged
Conversation
79a72cd to
dad2e40
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v4-9-2 #1576 +/- ##
=========================================
Coverage ? 98.72%
=========================================
Files ? 60
Lines ? 2667
Branches ? 0
=========================================
Hits ? 2633
Misses ? 34
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
cf7c06d to
f69f73f
Compare
f69f73f to
186fbd8
Compare
Contributor
Author
|
After a rebase on master, I had to add following fix 186fbd83fc7d2fa8c363fa2a08a7d901a657517c to get tests passed. |
Member
|
yep, this needs #1591 to be merged |
186fbd8 to
2dac9eb
Compare
Contributor
Author
|
Ready for review. |
woile
approved these changes
Nov 7, 2025
Lee-W
approved these changes
Nov 8, 2025
Add a configuration (disable by default) to allow exclamation in commit title to ease identify BC simple git log parsing. Signed-off-by: Sebastien Fusilier <[email protected]>
2dac9eb to
e923fc7
Compare
e923fc7 to
2856582
Compare
Force consistent terminal width for tests to avoid wrapping differences between single and multi-worker pytest modes Signed-off-by: Sebastien Fusilier <[email protected]>
2856582 to
c995c38
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add a configuration (disable by default) to allow exclamation in commit title to ease identify BC simple git log parsing.
Description
Conventional commit allow to put breaking change exclamation character in git commit title.
This is a useful convention to identify BC commit from the title only.
As it is supported in commitizen parsing, add the option to generate it.
Checklist
Code Changes
poetry alllocally to ensure this change passes linter check and testsDocumentation Changes
poetry doclocally to ensure the documentation pages renders correctlyExpected Behavior
Steps to Test This Pull Request
Additional Context